From 01fdda9c8e02e7c8e111550a7480aa9257cb73cd Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 13 Aug 2012 16:05:24 +0200 Subject: [PATCH] window.el: Minor dosctring enhancement (Bug#12172). * window.el (special-display-popup-frame): Minor docstring enhancement. (Bug#12172) --- lisp/ChangeLog | 5 +++++ lisp/window.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2ed6efdbf8..be166a2e021 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-08-13 Bastien Guerry + + * window.el (special-display-popup-frame): Small docstring + enhancement. (Bug#12172) + 2012-08-13 Andreas Schwab * tar-mode.el (tar-header-data-end): Only ignore size for files of diff --git a/lisp/window.el b/lisp/window.el index 9006a5c3cc9..5682e7e909a 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -4238,7 +4238,7 @@ These supersede the values given in `default-frame-alist'." :group 'frames) (defun special-display-popup-frame (buffer &optional args) - "Display BUFFER and return the window chosen. + "Pop up a frame displaying BUFFER and return its window. If BUFFER is already displayed in a visible or iconified frame, raise that frame. Otherwise, display BUFFER in a new frame. -- 2.30.2